arithmetic exception meaning in English
算术例外
算术异常
Examples
- Arithmetic exceptions : zero - divide , overflow , and underflow
算术异常:被零除、溢出和下溢。 - From these values and line 7 we can deduce that the arithmetic exception is due to a divide by zero
根据这些值和第7行中的语句,我们可以推断出算术异常是由除数为0的除法运算造成的。 - Gdb indicates that the program gets an arithmetic exception at line 7 and usefully prints out the line and the values of the arguments to the wib function
Gdb指出在程序第7行发生一个算术异常,通常它会打印这一行以及wib ( )函数的自变量值。